Database Setup for AdminConsole
All the prerequisites and database server requirements are same as OIPA's. Please refer to the OIPA database installation instructions.
Oracle 19c
The Oracle database must use a Unicode character set defined at database creation. Complete the installation tasks as given for OIPA:
Create Users
Create the Oracle users for the AdminConsole by entering the following commands from an sqlplus session:
create user <AdminConsole Username> identified by <AdminConsole Password>;
grant connect, resource to <AdminConsole Username>;
grant UNLIMITED TABLESPACE to <AdminConsole Username>;
Microsoft SQL Server 2017
The Microsoft SQL Server Management Studio is used to create the new databases and users, as well as restore the databases from the provided backups.
Create Database Users
One new database user will need to be created:
- AdminConsole database user with full privileges for the AdminConsole database
Oracle Customer Support
If you have any questions about the use of our products, our Oracle customers have access to electronic support through My Oracle Support.
Oracle Accessibility
For information about Oracle's commitment to accessibility, visit Oracle Accessibility Learning and Support if you are hearing impaired. For OIPA Accessibility documentation refer to OIPA Accessibility Guide under the Policy Administration Libraries of Oracle Help Center (OHC).
.